home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m10h15.dir / 00021.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  245 b   |  14 lines

  1. on mouseDown
  2.   global gPause
  3.   if gPause = 0 then
  4.     set the castNum of sprite 9 to cast "b020"
  5.     if pressLessonButton(9) then
  6.       pupSprites(1, 48, 0)
  7.       sound stop 2
  8.       goPreviousSlide()
  9.     end if
  10.   else
  11.     nothing()
  12.   end if
  13. end
  14.